TRREST_ALLCOMPONENTS
This project has Rest trigger and all Components.
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | globalErrHappyPath | Global error with API_response msg. Response is 200 ok. Create rest api with DB select (wrong querry) that throws error. |
GET
|
2. | globalErrUnHappyPath | Global error with throw error msg. Status code should should be 500. Create rest api with DB select (wrong querry) that throws error. |
GET
|
3. | stepErrorHappyPath | Step error with API_response msg. Response is 200 ok. Create rest api with DB select (wrong querry) that throws error. |
GET
|
4. | stepErrUnHappyPath | Step error with throw error msg. Status code is 400. Create rest api with DB select (wrong querry) that throws error. |
GET
|
5. | stepErrorContinueHappyPath | Step error with continue checked. Where error gets logged and then move further with API_response. Response is 200 ok. Create rest api with DB select (wrong querry) that throws error. |
GET
|
6. | stepErrContinueUnHappyPath | Step error with continue checked. Throw the error in step exception. The flow should not move further with API_response msg. No global error componnet configured. Create rest api with DB select (wrong querry) that throws error. |
GET
|
7. | stepErrContinueUnHappyPathWithGlobal | Step error with continue checked. Throw the error in step exception. The flow should not move further Global error componnet configured with API_response message. Response should be 200 and global api_response message should be shown. Create rest api with DB select (wrong querry) that throws error. |
GET
|
8. | condIfHappyPath | IF condition true,then call subflow with API_repsonse.Create rest api with compulsory request params. |
GET
|
9. | condIfUnHappyPath | IF condition is true, call subflow with API_repsonse. This throw error . Create rest api with compulsory request params key is not passed |
GET
|
10. | condIfAndHappyPath | IF-AND condition true(contains and not null), call subflow with API_repsonse. Create rest api with compulsory request params |
GET
|
11. | condIfAndUnHappyPath | IF-AND condition, unsatisfied Second condition. Create rest api with 2 compulsory request params |
GET
|
12. | condIfOrHappyPath | IF-OR true (active or deactive), call subflow with API_repsonse. Create rest api with compulsory request params 'status' |
GET
|
13. | condIfOrUnHappyPath | IF-OR condition unsatisfied then call subflow with API_repsonse. Create rest api with 2 compulsory request params |
GET
|
14. | condIfElseHappyPath | IF condition unsatisfied, ELSE call with API_repsonse saying. Create rest api with 2 compulsory request params |
GET
|
15. | loopHappyPath | Create rest api by passing Array of customers to be updated with new filed status . Loop over the customers and respond back the updated array |
POST
|
16. | condLoopUnHappyPath | Create rest api by passing json of customers to be updated with new filed status . Loop over the customers that will throw error |
POST
|